home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 118 / cd-rom 118.iso / aplic / open / openofficeorg1.cab / Linguistic.xcs < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-03  |  11.9 KB  |  415 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Linguistic" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains linguistic (spell checking, hyphenation, thesaurus) related configurations.</desc>
  8.     </info>
  9.     <component>
  10.  
  11.         <group oor:name="General">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Contains general settings for the linguistic configurations.</desc>
  16.             </info>
  17.             <prop oor:name="UILocale" oor:type="xs:string">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Specifies the UI language. An empty string means: use the desktop's UI language if possible.</desc>
  22.                 </info>
  23.                 <value/>
  24.             </prop>
  25.             <prop oor:name="IsIgnoreControlCharacters" oor:type="xs:boolean">
  26.  
  27.                 <info>
  28.  
  29.                     <desc>Ignores the control characters (ASCII characters < 32) for spell checking, hyphenation and the thesaurus.</desc>
  30.                 </info>
  31.                 <value>true</value>
  32.             </prop>
  33.             <prop oor:name="DefaultLocale" oor:type="xs:string">
  34.  
  35.                 <info>
  36.  
  37.                     <desc>Specifies the default document language.</desc>
  38.                     <label>Default language</label>
  39.                 </info>
  40.                 <value/>
  41.             </prop>
  42.             <prop oor:name="DefaultLocale_CJK" oor:type="xs:string">
  43.  
  44.                 <info>
  45.  
  46.                     <desc>Specifies the default document CJK language.</desc>
  47.                     <label>Default language for CJK linguistics</label>
  48.                 </info>
  49.                 <value/>
  50.             </prop>
  51.             <prop oor:name="DefaultLocale_CTL" oor:type="xs:string">
  52.  
  53.                 <info>
  54.  
  55.                     <desc>Specifies the default document CTL language.</desc>
  56.                     <label>Default language for CTL linguistics</label>
  57.                 </info>
  58.                 <value/>
  59.             </prop>
  60.             <prop oor:name="IsGermanPreReform" oor:type="xs:boolean">
  61.  
  62.                 <info>
  63.  
  64.                     <desc>Determines if the Old German spelling should be used (true) or not (false).</desc>
  65.                     <label>Old German spelling</label>
  66.                 </info>
  67.                 <value>false</value>
  68.             </prop>
  69.             <group oor:name="DictionaryList">
  70.  
  71.                 <info>
  72.  
  73.                     <desc>Defines which personal dictionaries are used.</desc>
  74.                 </info>
  75.                 <prop oor:name="ActiveDictionaries" oor:type="oor:string-list">
  76.  
  77.                     <info>
  78.  
  79.                         <desc>Specifies the custom dictionaries to be used. The Ignore list (IgnoreAllList (All)) is administered in the RAM only for the current spellcheck.</desc>
  80.                         <label>Custom dictionaries</label>
  81.                     </info>
  82.                     <value oor:separator=";">IgnoreAllList;soffice.dic;standard.dic;sun.dic</value>
  83.                 </prop>
  84.                 <prop oor:name="IsUseDictionaryList" oor:type="xs:boolean">
  85.  
  86.                     <info>
  87.  
  88.                         <desc>Determines if personal dictionaries should be used for spell checking and hyphenation.</desc>
  89.                     </info>
  90.                     <value>true</value>
  91.                 </prop>
  92.             </group>
  93.         </group>
  94.         <group oor:name="TextConversion">
  95.  
  96.             <info>
  97.  
  98.                 <desc>Defines settings used by the text conversion.</desc>
  99.             </info>
  100.             <prop oor:name="ActiveConversionDictionaries" oor:type="oor:string-list">
  101.  
  102.                 <info>
  103.  
  104.                     <desc>Specifies the user dictionaries to be used. </desc>
  105.                     <label>Active text conversion user dictionaries</label>
  106.                 </info>
  107.                 <value/>
  108.             </prop>
  109.             <prop oor:name="IsIgnorePostPositionalWord" oor:type="xs:boolean">
  110.  
  111.                 <info>
  112.  
  113.                     <desc>Specifies if post positionals should be ignored when looking for Korean entries.</desc>
  114.                     <label>Ignore post positional word</label>
  115.                 </info>
  116.                 <value>true</value>
  117.             </prop>
  118.             <prop oor:name="IsAutoCloseDialog" oor:type="xs:boolean">
  119.  
  120.                 <info>
  121.  
  122.                     <desc>Specifies if the dialog should be closed automatically after the conversion of the current text portion is processed.</desc>
  123.                     <label>Auto close dialog</label>
  124.                 </info>
  125.                 <value>false</value>
  126.             </prop>
  127.             <prop oor:name="IsShowEntriesRecentlyUsedFirst" oor:type="xs:boolean">
  128.  
  129.                 <info>
  130.  
  131.                     <desc>Specifies if entries that were recently used as replacements should be listed first.</desc>
  132.                     <label>Show entries recently used first</label>
  133.                 </info>
  134.                 <value>false</value>
  135.             </prop>
  136.             <prop oor:name="IsAutoReplaceUniqueEntries" oor:type="xs:boolean">
  137.  
  138.                 <info>
  139.  
  140.                     <desc>Specifies if entries for which have only one possible replacement should be replaced automatically.</desc>
  141.                     <label>Auto replace unique entries</label>
  142.                 </info>
  143.                 <value>false</value>
  144.             </prop>
  145.             <prop oor:name="IsDirectionToSimplified" oor:type="xs:boolean">
  146.  
  147.                 <info>
  148.  
  149.                     <desc>Specifies in which direction the translation will be made, from traditional to simplified or the other way round.</desc>
  150.                     <label>Direction to simplified</label>
  151.                 </info>
  152.             </prop>
  153.             <prop oor:name="IsUseCharacterVariants" oor:type="xs:boolean">
  154.  
  155.                 <info>
  156.  
  157.                     <desc>Specifies wether Taiwan, Hongkong SAR, and Macao SAR character variants should be used for translation.</desc>
  158.                     <label>Use character variants</label>
  159.                 </info>
  160.                 <value>false</value>
  161.             </prop>
  162.             <prop oor:name="IsTranslateCommonTerms" oor:type="xs:boolean">
  163.  
  164.                 <info>
  165.  
  166.                     <desc>Specifies wether common terms should be detected and translated as whole words.</desc>
  167.                     <label>Translate Common Terms</label>
  168.                 </info>
  169.                 <value>false</value>
  170.             </prop>
  171.             <prop oor:name="IsReverseMapping" oor:type="xs:boolean">
  172.  
  173.                 <info>
  174.  
  175.                     <desc>If Reverse Mapping is active than every dictionary entry added or modified will also be added or modified within the dictionary in the opposite mapping direction.</desc>
  176.                     <label>Reverse Mapping</label>
  177.                 </info>
  178.                 <value>false</value>
  179.             </prop>
  180.         </group>
  181.         <group oor:name="SpellChecking">
  182.  
  183.             <info>
  184.  
  185.                 <desc>Contains spell checking-relevant settings.</desc>
  186.             </info>
  187.             <prop oor:name="IsSpellUpperCase" oor:type="xs:boolean">
  188.  
  189.                 <info>
  190.  
  191.                     <desc>Specifies whether to include uppercase words in the spellcheck process.</desc>
  192.                     <label>Spell uppercase words</label>
  193.                 </info>
  194.                 <value>false</value>
  195.             </prop>
  196.             <prop oor:name="IsSpellWithDigits" oor:type="xs:boolean">
  197.  
  198.                 <info>
  199.  
  200.                     <desc>Specifies whether to check the spelling of words which contain numbers as well as letters.</desc>
  201.                     <label>Spell words with digits</label>
  202.                 </info>
  203.                 <value>false</value>
  204.             </prop>
  205.             <prop oor:name="IsSpellCapitalization" oor:type="xs:boolean">
  206.  
  207.                 <info>
  208.  
  209.                     <desc>Checks the correct use of capitalization.</desc>
  210.                     <label>Check capitalization</label>
  211.                 </info>
  212.                 <value>true</value>
  213.             </prop>
  214.             <prop oor:name="IsHideMarkings" oor:type="xs:boolean">
  215.  
  216.                 <info>
  217.  
  218.                     <desc>Hides the wavy lines that underline possible spelling errors when AutoSpellcheck is active.</desc>
  219.                     <label>Hide markings</label>
  220.                 </info>
  221.                 <value>false</value>
  222.             </prop>
  223.             <prop oor:name="IsSpellAuto" oor:type="xs:boolean">
  224.  
  225.                 <info>
  226.  
  227.                     <desc>Checks spelling automatically.</desc>
  228.                     <label>Automatic spellchecking</label>
  229.                 </info>
  230.                 <value>true</value>
  231.             </prop>
  232.             <prop oor:name="IsSpellSpecial" oor:type="xs:boolean">
  233.  
  234.                 <info>
  235.  
  236.                     <desc>Allows spellchecking in headers, footers, and frames.</desc>
  237.                     <label>Check spelljng in special regions</label>
  238.                 </info>
  239.                 <value>true</value>
  240.             </prop>
  241.             <prop oor:name="IsSpellInAllLocales" oor:type="xs:boolean">
  242.  
  243.                 <info>
  244.  
  245.                     <desc>Checks spelling in all languages.</desc>
  246.                     <label>Check spelling in all languages</label>
  247.                 </info>
  248.                 <value>false</value>
  249.             </prop>
  250.             <prop oor:name="IsReverseDirection" oor:type="xs:boolean">
  251.  
  252.                 <info>
  253.  
  254.                     <desc>Advances backwards through the text for spell checking.</desc>
  255.                     <label>Reverse direction.</label>
  256.                 </info>
  257.                 <value>false</value>
  258.             </prop>
  259.         </group>
  260.         <group oor:name="Hyphenation">
  261.  
  262.             <info>
  263.  
  264.                 <desc>Contains hyphenation relevant settings.</desc>
  265.             </info>
  266.             <prop oor:name="MinLeading" oor:type="xs:short">
  267.  
  268.                 <info>
  269.  
  270.                     <desc>Specifies the minimum number of characters of the hyphenated word required at the end of the line.</desc>
  271.                     <label>Characters per syllable before hyphen</label>
  272.                 </info>
  273.                 <constraints>
  274.  
  275.                     <minInclusive oor:value="2">
  276.  
  277.                         <info>
  278.  
  279.                             <desc>Specifies the minimum value allowed.</desc>
  280.                         </info>
  281.                     </minInclusive>
  282.                     <maxInclusive oor:value="9">
  283.  
  284.                         <info>
  285.  
  286.                             <desc>Specifies the maximum value allowed.</desc>
  287.                         </info>
  288.                     </maxInclusive>
  289.                 </constraints>
  290.                 <value>2</value>
  291.             </prop>
  292.             <prop oor:name="MinTrailing" oor:type="xs:short">
  293.  
  294.                 <info>
  295.  
  296.                     <desc>Specifies the minimum number of characters of the hyphenated word required at the next line.</desc>
  297.                     <label>Characters per syllable after hyphen</label>
  298.                 </info>
  299.                 <constraints>
  300.  
  301.                     <minInclusive oor:value="2">
  302.  
  303.                         <info>
  304.  
  305.                             <desc>Specifies the minimum value allowed.</desc>
  306.                         </info>
  307.                     </minInclusive>
  308.                     <maxInclusive oor:value="9">
  309.  
  310.                         <info>
  311.  
  312.                             <desc>Specifies the maximum value allowed.</desc>
  313.                         </info>
  314.                     </maxInclusive>
  315.                 </constraints>
  316.                 <value>2</value>
  317.             </prop>
  318.             <prop oor:name="MinWordLength" oor:type="xs:short">
  319.  
  320.                 <info>
  321.  
  322.                     <desc>Specifies the minimum word length to allow a hyphenation.</desc>
  323.                     <label>Minimal word length</label>
  324.                 </info>
  325.                 <constraints>
  326.  
  327.                     <minInclusive oor:value="2">
  328.  
  329.                         <info>
  330.  
  331.                             <desc>Specifies the minimum value allowed.</desc>
  332.                         </info>
  333.                     </minInclusive>
  334.                     <maxInclusive oor:value="9">
  335.  
  336.                         <info>
  337.  
  338.                             <desc>Specifies the maximum value allowed.</desc>
  339.                         </info>
  340.                     </maxInclusive>
  341.                 </constraints>
  342.                 <value>5</value>
  343.             </prop>
  344.             <prop oor:name="IsHyphSpecial" oor:type="xs:boolean">
  345.  
  346.                 <info>
  347.  
  348.                     <desc>Allows hyphenation in headers, footers, and frames.</desc>
  349.                     <label>Hyphenate in special regions.</label>
  350.                 </info>
  351.                 <value>true</value>
  352.             </prop>
  353.             <prop oor:name="IsHyphAuto" oor:type="xs:boolean">
  354.  
  355.                 <info>
  356.  
  357.                     <desc>Allows for automatic insertion of soft hyphens.</desc>
  358.                     <label>Automatic hyphention.</label>
  359.                 </info>
  360.                 <value>false</value>
  361.             </prop>
  362.         </group>
  363.         <group oor:name="ServiceManager">
  364.  
  365.             <info>
  366.  
  367.                 <desc>Contains settings for the service manager that are used to access/configure the usage of the various linguistic service implementations.</desc>
  368.             </info>
  369.             <group oor:name="SpellCheckerList" oor:extensible="true">
  370.  
  371.                 <info>
  372.  
  373.                     <desc>Contains a list of languages and spell-checking-service entries. Only languages listed will be supported.</desc>
  374.                 </info>
  375.             </group>
  376.             <group oor:name="ThesaurusList" oor:extensible="true">
  377.  
  378.                 <info>
  379.  
  380.                     <desc>Contains a list of languages and thesaurus-service entries. Only languages listed will be supported.</desc>
  381.                 </info>
  382.             </group>
  383.             <group oor:name="HyphenatorList" oor:extensible="true">
  384.  
  385.                 <info>
  386.  
  387.                     <desc>Contains a list of languages and hyphenation-service pairs. Only the languages that are listed are supported.</desc>
  388.                 </info>
  389.             </group>
  390.             <group oor:name="LastFoundSpellCheckers" oor:extensible="true">
  391.  
  392.                 <info>
  393.  
  394.                     <desc>Contains a list of languages and spell-checking-service entries. The entries represent those languages/spellcheckers that were available the last time. New languages/spellcheckers (those available this time but not the last time) will be activated automatically.</desc>
  395.                 </info>
  396.             </group>
  397.             <group oor:name="LastFoundThesauri" oor:extensible="true">
  398.  
  399.                 <info>
  400.  
  401.                     <desc>Contains a list of languages and thesaurus-service entries. The entries represent those languages/thesauri that were available the last time. New languages/thesauri (those available this time but not the last time) will be activated automatically.</desc>
  402.                 </info>
  403.             </group>
  404.             <group oor:name="LastFoundHyphenators" oor:extensible="true">
  405.  
  406.                 <info>
  407.  
  408.                     <desc>Contains a list of languages and hyphenation-service pairs. The entries represent those languages/hyphenators that were available the last time. New languages/hyphenators (those available this time but not the last time) will be activated automatically.</desc>
  409.                 </info>
  410.             </group>
  411.         </group>
  412.     </component>
  413. </oor:component-schema>
  414.  
  415.